home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global win_flag, movdy
- set win_flag to 0
- set the colorDepth to 16
- if the machineType = 256 then
- set win_flag to 1
- set movdy to 18
- else
- set movdy to 16
- end if
- if win_flag = 1 then
- go(1, "@¥DATA¥OPEN.DIR")
- exit
- else
- go(1, "@:DATA:OPEN.DIR")
- exit
- end if
- end
-